From 77b75bdab1d002da823011b3ae08e15cecb40da6 Mon Sep 17 00:00:00 2001 From: Daniel Boles Date: Sun, 8 Oct 2017 21:07:55 +0100 Subject: [PATCH] MenuButton: Document the correct no-direction icon Document open-menu-symbolic, which we use, not view-context-menu, which does not exist. --- gtk/gtkmenubutton.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkmenubutton.c b/gtk/gtkmenubutton.c index 110c7b5fa3..3a7e9b3092 100644 --- a/gtk/gtkmenubutton.c +++ b/gtk/gtkmenubutton.c @@ -31,7 +31,7 @@ * can hold almost any other standard #GtkWidget. The most commonly used * child is #GtkImage. If no widget is explicitely added to the #GtkMenuButton, * a #GtkImage is automatically created, using an arrow image oriented - * according to #GtkMenuButton:direction or the generic "view-context-menu" + * according to #GtkMenuButton:direction or the generic “open-menu-symbolic” * icon if the direction is not set. * * The positioning of the popup is determined by the #GtkMenuButton:direction -- 2.30.2